Description
The osName attribute specifies the name of the os on which the program is running, and is expressed as a text string.
Type
String; read-only.
Example
alert ( "Your OS is " + system.osname + ".");